home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / colorbox / colorbox.txt < prev   
Encoding:
Text File  |  1996-09-15  |  1.5 KB  |  37 lines

  1.    COLORBOX lets you set your dialog boxes to any
  2. color you want. This makes your dialog boxes more
  3. colorful -- and sets them off from the main window.
  4.  
  5.    You CAN'T do the same thing from the Windows
  6. Control Panel. Whatever you set there for WINDOW
  7. TEXT and WINDOW BACKGROUND holds both for your
  8. main window and for your dialog boxes.
  9.  
  10.    To color your dialog boxes, you have to leave
  11. COLORBOX running. Besides coloring your boxes, it
  12. will also center them on the screen. It only has
  13. an effect on "standard" dialog boxes (ones with a
  14. classname of "#32770"). It will leave alone
  15. nonstandard ones -- which often have fancy color
  16. schemes (e.g. grey patterns) of their own.
  17.  
  18.    If you want COLORBOX to run automatically when
  19. you start Windows, drag it to your StartUp group.
  20. If you want it to start hidden, add a "HIDE"
  21. command-line parameter; your Program Manager command
  22. line might then read "C:\JUNK\COLORBOX HIDE."
  23.  
  24.    I wrote COLORBOX in Turbo Pascal for Windows 1.5
  25. (source code included). It has one bug that I know
  26. about. If you have two dialog boxes open at the same
  27. time when you close COLORBOX, your system may crash.
  28. The solution is easy: close your dialog boxes before
  29. you close COLORBOX. You would probably do this anyway.
  30. Normally you just leave COLORBOX running.
  31.  
  32.    COLORBOX is a freeware and requires Windows 3.1
  33. or above.
  34.  
  35.    COLORBOX was written by Harry Gensler, Philosophy
  36. Department, Loyola University, 6525 North Sheridan,
  37. Chicago, IL 60626.